Implement interesting firmware workaround for x05 models to force lap
authorrobertl <robertl>
Sun, 30 Apr 2006 01:26:40 +0000 (01:26 +0000)
committerrobertl <robertl>
Sun, 30 Apr 2006 01:26:40 +0000 (01:26 +0000)
commit7e52c5af2a8e9c912f9b3b86d789a6b0b75ed07f
treeb520c06ab42fd4edcc9f51a99e9cfa1eeefd0e47
parent185f444cf8b8c8f1f512f2e2543384d738a328ec
Implement interesting firmware workaround for x05 models to force lap
closure  so that stored tracks can be retrieved.

Note that this forces the widening of the command array to two bytes -
it's always technically _been_ two byts, but we've never had a command
# > 127 before. This does have the potential to expose naughtiness if
we've missed any endian swaps...
jeeps/gpsapp.c
jeeps/gpsapp.h
jeeps/gpsprot.c
jeeps/gpsprot.h
jeeps/gpsusbcommon.c